/*** FRESH-KAVA - CUSTOM CSS STYLE ***/

body {
  background: #fbf5ec;
}

/** HEADER **/

/* LOGO */

#header .header-top .header-top-wrapper .site-name,
#header .header-top .header-top-wrapper h1.site-name {
  max-width: 15%;
  margin-bottom: 10px;
}

/* MENU */

@media (min-width: 768px) {
  .navigation-in ul li a b {
    font-weight: 500;
    font-size: 17px;
    color: black;
  }

  .navigation-in ul li a b:hover {
    color: white;
  }

  ul.menu-level-1 li:hover a b {
    color: white !important;
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li a {
    border-radius: 10px 10px 0px 0px;
  }

  .navigation-in ul.menu-level-2 a {
    color: black;
    font-weight: 400;
  }
  .navigation-in ul.menu-level-2 a:hover {
    color: black;
  }

  .navigation-in > ul > li.ext > ul > li > div > a {
    font-size: 18px;
    padding-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .navigation-in > ul > li.ext > ul {
    background: white;
    border-bottom: 1px;
  }
}
/* MEDIAQUERRY MIN-WIDTH: 992PX */

@media (min-width: 992px) {
  #header .header-top .header-top-wrapper {
    background: #fbf5ec;
  }

  .navigation-buttons a[data-target="search"] {
    background: #fbf5ec;
  }

  .navigation-buttons a[data-target="login"]:hover {
    background-color: #fbf5ec;
  }

  .navigation-buttons a[data-target="search"]:hover {
    background: #fbf5ec;
  }

  #header .header-top {
    background: #fbf5ec;
  }
}
.fitted .navigation-in ul {
  justify-content: center;
  background: #fbf5ec;
}

/* MEDIAQUERY MIN-WIDTH: 768PX */

@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul,
  .navigation-in > ul > li.ext > ul > li {
    background: white;
  }

  .navigation-in > ul > li a {
    border-radius: 10px 10px 0 0;
    color: white;
  }

  .navigation-in > ul > li a:hover {
    color: white;
  }

  .homepage-group-title.h4 {
    font-size: 38px;
    letter-spacing: 1px;
  }

  .products-block > div .p .p-in .p-in-in .name {
    font-weight: 600;
    height: 25px;
    letter-spacing: 0.05px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 20px;
  }
  */
    .products-block
    > div
    .p
    .p-in
    .p-bottom
    > div
    .prices
    .price-final
    strong {
    font-weight: 600;
    font-size: 20px;
  }
}

/* LOGIN */
.navigation-buttons a[data-target="login"] {
  background-color: #fbf5ec;
}

/* BENEFIT BANNERS */

@media (min-width: 480px) {
  .benefitBanner {
    flex-wrap: wrap;
    align-items: baseline;
  }

  .content-wrapper.container {
    border-radius: 0 0 25px 25px;
  }
}

.benefitBanner .benefitBanner__data {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-weight: 400;
}

/* FOOTER */

#footer {
  background-color: black;
}

.footer-rows .custom-footer ul li {
  color: white;
}

#footer a {
  color: white;
}

.footer-bottom-full-width {
  background-color: black;
}

#footer .footer-bottom {
  background-color: black;
  color: white;
}

#footer .footer-bottom a {
  color: #00a060;
}

@media (min-width: 1200px) {
  .homepage-blog-wrapper .news-item {
    flex-basis: 33.3%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .blog-wrapper .image + .text {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}

/* PRODUCT CATEGORY */

#category-header input[type="radio"]:checked + label {
  border-radius: 10px;
  border: 2px solid #00a060;
  color: #00a060;
}

/* DETAIL PRODUKTU */

.p-detail-full-width {
  background: #fbf5ec;
}

.shp-tabs-holder {
  background-color: #fbf5ec;
  border-color: var(--color-tertiary);
}

.shp-tabs,
.shp-tabs-holder {
  background-color: #fbf5ec;
  border-color: var(--color-tertiary);
}

.p-detail-inner .p-to-cart-block .add-to-cart-button {
  flex-grow: 0;
}

.p-detail-inner .p-to-cart-block .add-to-cart {
  justify-content: left;
}
/* BACKGROUND EXP MENU COLOR */
@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul,
  .navigation-in > ul > li.ext > ul > li {
    background: #f3e8da;
  }
}

.blog-wrapper h2 {
  color: white;
}

.blog-wrapper .news-item .description {
  display: none;
}

/** MOBILE SIZE_MEDIAQUERY_MAX WIDTH: 768PX **/

@media (max-width: 768px) {
  /*LOGO*/

  #header .header-top .header-top-wrapper .site-name,
  #header .header-top .header-top-wrapper h1.site-name {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #header .header-top .header-top-wrapper {
    height: 50px;
  }

  #header .header-top .header-top-wrapper .site-name,
  #header .header-top .header-top-wrapper h1.site-name {
    max-width: 100%;
    margin-bottom: 10px;
  }

  #header .header-top .header-top-wrapper .site-name a img,
  #header .header-top .header-top-wrapper h1.site-name a img {
    max-height: 140%;
    margin-top: 10px;
  }

  /* BENEFIT BANER */

  .benefitBanner.position--benefitHomepage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 10px;
  }

  .benefitBanner .benefitBanner__title {
    display: inline-block;
    font-size: 16px;
    text-align: left;
  }

  .benefitBanner .benefitBanner__data {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }

  .benefitBanner .benefitBanner__item {
    flex: 0 0 100%;
    width: 100%;
    align-items: flex-start;
  }

  .benefitBanner.position--benefitCategory {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: self-start;
    gap: 10px;
  }

  .p-detail-full-width {
    margin: 0px -8px;
  }

  .p-detail .discussion-form input[type="submit"] {
    width: 65%;
    padding: 10px;
  }
}

/* INFO MINIMÁLNY ODBER */

.mimalny-odber {
  color: red;
  font-weight: 700;
  font-size: 20px;
}
